Update this development branch here#450
Merged
Tr01ler merged 401 commits intoMove-InsightsAndSettings-Logic-to-componentfrom Feb 25, 2025
Merged
Update this development branch here#450Tr01ler merged 401 commits intoMove-InsightsAndSettings-Logic-to-componentfrom
Tr01ler merged 401 commits intoMove-InsightsAndSettings-Logic-to-componentfrom
Conversation
…/eslint-9.18.0 [npm]: Bump eslint from 9.17.0 to 9.18.0
…box into use-mongo-anywhere
…box into use-mongo-anywhere
Use our mongo-anywhere package
Using Zeroes instead of Question Marks
Comment on lines
+12
to
+37
| runs-on: ubuntu-latest | ||
| if: | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| ref: ${{ github.head_ref }} # We need to checkout the head branch, not the temporary merge branch | ||
| persist-credentials: false | ||
|
|
||
| - name: Setup Node.js environment | ||
| uses: actions/setup-node@v4.1.0 | ||
|
|
||
| - name: Set name | ||
| run: git config user.name "Gearbox Bot" | ||
|
|
||
| - name: Set email | ||
| run: git config user.email "gearbox@decaturrobotics.org" | ||
|
|
||
| - name: Increment patch number | ||
| run: npm version patch | ||
|
|
||
| - name: Push changes | ||
| uses: ad-m/github-push-action@v0.8.0 | ||
| with: | ||
| github_token: ${{ secrets.GIT_PUSH_TOKEN }} | ||
| branch: ${{ github.head_ref }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Comment on lines
+30
to
+33
| - name: Increment patch number | ||
| run: npm version patch | ||
|
|
||
| - name: Push changes |
Check failure
Code scanning / CodeQL
Checkout of untrusted code in a privileged context Critical
Comment on lines
+15
to
+20
| needs: | ||
| - ci | ||
| uses: ./.github/workflows/cd.yml | ||
| secrets: | ||
| AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
| AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
d82f169
into
Move-InsightsAndSettings-Logic-to-component
11 of 13 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
yeah